Change xs_read_watch interface to return a sized array (in userspace and in
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 7 Oct 2005 14:51:53 +0000 (15:51 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 7 Oct 2005 14:51:53 +0000 (15:51 +0100)
commit76bd51c23dad4ceb2d3b7677229aac117693b97c
treeff3dd6430e1ff4e03a4c80ee4090fb00deebc9ee
parent86a5b732c1a88dee3ed80c34ebf0ed92d75989d6
Change xs_read_watch interface to return a sized array (in userspace and in
kernel).

Add index macros (XS_WATCH_*) for accessing the array to allow for future
expansion.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c
tools/blktap/xenbus.c
tools/console/daemon/io.c
tools/python/xen/lowlevel/xs/xs.c
tools/xenstore/xenstored.h
tools/xenstore/xs.c
tools/xenstore/xs.h
tools/xenstore/xs_test.c